hasTimeOffset

abstract fun hasTimeOffset(block: DesignBlock): Boolean

Deprecated

Use supportsTimeOffset instead.

Replace with

this.supportsTimeOffset(block)

Returns whether the block has a time offset property.

Return

true, if the block has a time offset property.

Parameters

block

the block to query.